home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / play.dxr / 00068_nextPrev,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  444 b   |  20 lines

  1. on mouseDown
  2.   global selectedvideonum
  3.   eracemenudownbutton()
  4.   set which to npbutton()
  5.   if item 1 of which = 1 then
  6.     if selectedvideonum contains "QT" then
  7.       set gomarker to char 3 to 4 of item 1 of selectedvideonum
  8.     else
  9.       set gomarker to selectedvideonum
  10.     end if
  11.     if item 2 of which = 1 then
  12.       go("-" & gomarker)
  13.     else
  14.       if item 2 of which = -1 then
  15.         go(gomarker)
  16.       end if
  17.     end if
  18.   end if
  19. end
  20.